@charset "utf-8";
.headnav_itema span {
	color: #fff;
}

.headnav_itema i {
	color: #fff;
}

.headqt_ss i {
	color: #fff;
}

.headsbox {
	background-color: rgba(0, 0, 0, 0)
}

.swiper {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
	/*height: 840;*/
	background: #fff;
	position: relative;
}

.swiper .swiper-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 100vh;
}

.swiper .swiper-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	opacity: 1;
	justify-content: center;
	align-items: center;
}

.swiper .swiper-slide a img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.swiper .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	opacity: .2;
	margin: 0 8px !important;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	height: 4px;
	opacity: 1;
	background-color: #f00f00;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	margin-top: -50px;
	z-index: 10;
	padding: 10px 5px;
	opacity: 0;
	width: 40px;
	height: 90px;
	/* border-radius: 100%; */
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.4s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 24px;
	color: #fff !important;
}

.swiper a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.swiper a img {
	width: 100%;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
	opacity: 1;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	font-size: 24px;
	color: #fff !important;
}

@media screen and (max-width: 769px) {

	.swiper .swiper-container:hover .swiper-button-next,
	.swiper .swiper-container:hover .swiper-button-prev {
		display: none !important;
	}

	.benners.swiper {
		height: 280px;
	}

	.benners .swiper-container {
		height: 280px !important;
	}

	.swiper .swiper-slide a img {
		position: initial;
		width: 100%;
		height: 280px;
		object-fit: cover;
		margin-left: 0%;
	}
}

@media screen and (max-width: 580px) {
	.benners.swiper{
		height: 240px;
	}
	.benners .swiper-container{
		height: 240px !important;
	}
	.swiper .swiper-slide a img{
		height: 240px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 10px !important;
	}
	.swiper .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}

}


/*产品*/
.lipstick-mains .lips-title{
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
	
}

.lipstick-mains .lips-font18 p{
	font-size: 18px;
	line-height: 1.6;
	color: #666;
}

.white{
	color: #fff;
}

.white .lips-title{
	color: #fff;
}

.white .lips-font18{
	color: #fff;
}

@keyframes rotate360{
	0%{transform: rotate(0);}
	100%{transform: rotate(-360deg);}
}

.lipstick-list1{
	padding-top: 150px;
}

.lipstick-list1 .list1-imgs{
	flex: 0 0 436px;
	display: inline-flex;
}

.lipstick-list1 .list1-img{
	flex: 0 0 auto;
}

.lipstick-list1 .list1-img:first-child{
	margin-right: 32px;
}

.lipstick-list1 .lips-font18{
	margin: 10px auto 60px;
}

.lipstick-list1 .lips-title-wrap{
	padding-top: 40px;
	flex: 0 0 460px;
}

.lipstick-list1 .list1-cir-wrap{
	justify-content: flex-start;
}

.lipstick-list1 .cir-item{
	flex: 0 0 98px;
	height: 98px;
	padding-top: 18px;
	border: 1px solid #d4d4d4;
	width: 98px;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.list1-fla{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:160px;
	height:48px;
	line-height:46px;
	border-radius:23px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	border: 3px solid #666;
}

.list1-fla a{
	color: #333;
	font-size: 15px;
}

.list1-fla:hover{
	background: linear-gradient(90deg, #ff5a5a 0%, #f00 100%);
	color: #FFFFFF;
	border: 0px;
}

.list1-fla:hover::after{
	opacity: 0;
}

.list1-fla:hover a{
	color: #fff;
}


.list2-fla{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:160px;
	height:48px;
	line-height:46px;
	border-radius:23px;
	text-align: center;
	color: #333;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	border: 2px solid #fff;
}

.list2-fla a{
	color: #fff;
	font-size: 15px;
}

.list2-fla:hover{
	border:0px;
	background: linear-gradient(90deg, #ff5a5a 0%, #f00 100%);
}

.list2-fla:hover a{
	color: #fff;
}

.lipstick-list1 .cir-item{
	margin-right: 32px;
}

.lipstick-list1 .cir-item:nth-last-of-type(1){
	margin-right: 0px;
}

.lipstick-list1 .cir-ico{
	display: block;
	width: 30px;
	margin: 0 auto 4px;
}
.lipstick-list1 .cir-ico img{
	width: 100%;
}
.lipstick-list2{
	background: #333;
	position: relative;
	padding: 160px 0 300px;
}

.lipstick-list2 .bgImg-cover-img{
	z-index: 2;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.lipstick-list2 .w1140{
	position: relative;
	z-index: 3;
	justify-content: flex-end;
}

.lipstick-list2 .list2-imgs{
	flex: 0 0 436px;
	display: inline-flex;
}

.lipstick-list2 .list2-img{
	flex: 0 0 auto;
}

.lipstick-list2 .list2-img:first-child{
	margin-right: 32px;
}

.lipstick-list2 .lips-font18{
	margin: 18px auto 60px
}
.lipstick-list2 .lips-font18 p{
	color: #fff;
}
.lipstick-list2 .lips-title-wrap{
	flex: 0 0 460px;
	margin-left: 100px;
}

.lipstick-list2 .list1-cir-wrap{
	justify-content: flex-start;
}

.lipstick-list2 .cir-item{
	flex: 0 0 98px;
	height: 98px;
	padding-top: 18px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	width: 98px;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.lipstick-list2 .cir-item{
	margin-right: 32px;
}

.lipstick-list2 .cir-item:nth-last-of-type(1){
	margin-right: 0px;
}

.lipstick-list2 .cir-ico{
	display: block;
	width: 32px;
	margin: 0 auto 4px;
}
.lipstick-list2 .cir-ico img{
	width: 100%;
}

.lipstick-list2 .flexBox.list2-cir-wrap{
	justify-content: inherit !important;
}



@media (max-width: 1270px) {
	.lipstick-list1 .cir-item,
	.lipstick-list2 .cir-item{
		flex: 0 0 68px;
		width: 68px;
		margin-right: 6px;
		margin-bottom: 6px;
	}

	.lipstick-list1 .cir-ico{
		width: 18px;
	}

	.lipstick-list1 .cir-item,
	.lipstick-list2 .cir-item,
	.lipstick-list1 .cir-item,
	.lipstick-list2 .cir-item{
		height: 68px;
		padding-top: 8px;
	}

	.lipstick-list2 .cir-ico{
		width: 20px;
	}

	.lipstick-list1 .list1-img1{
		flex: 0 0 105px;
		width: 105px;
		height: 332px;
	}

	.lipstick-list1 .list1-img2{
		width: 97px;
		flex: 0 0 97px;
		height: 332px;
	}

	.lipstick-list1 .list1-imgs{
		flex: 0 0 auto;
	}

	.lipstick-list2 .lips-font18{
		margin-bottom: 20px;
	}

	.lipstick-list2{
		padding: 40px 0 60px;
	}

	.lipstick .lips-title{
		font-size: 30px;
	}

	.lipstick .lips-font18{
		font-size: 14px;
	}

	.lipstick-list1 .cir-item,
	.lipstick-list2 .cir-item{
		font-size: 12px;
	}
}

@media(max-width:1023px) {
	.lipstick-list1{
		padding-top: 40px;
	}

	.lipstick-list1 .lips-title-wrap{
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.lipstick-list2 .cir-ico,.lipstick-list1 .cir-ico{
		margin: 0 auto 0px;
	}

	.lipstick-list1 .lips-title-wrap{
		margin-top: 40px;
	}

	.lipstick-list2{
		padding: 40px 0 60px;
	}

	.lipstick-list1 .cir-item:first-child{
		margin-right: 3px;
	}

	.lipstick-list2 .lips-title-wrap,
	.lipstick-list1 .lips-title-wrap{
		flex: 0 0 100%;
	}

	.lipstick .lips-title{
		font-size: 22px;
		line-height: 1.4;
	}
	.list1-fla a{
		font-size: 13px;
	}
}

@media (max-width: 580px) {
	.lipstick-list2 .bgImg-cover-img{
		background-position: left !important;
	}
}



.cplib{
	background-color: #F2F2F2;
}

.cplib .cpflex,
.cpflextwo{
	display: flex;
	align-items: center;

}

.cp_left,
.cp_right{
	width: 50%;
}

.list-img{
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	height: 500px;
}

.list-txt{
	display: inline-block;
	padding-left: 5%;
	padding-right: 16%;
	vertical-align: middle;
	background-color: #F2F2F2;
	width: 50%;
}

.list-txt.list-txt-even{
	padding-left: 16%;
	padding-right: 5%;
}

.list-txt h3{
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 32px;
}

.list-txt h3:hover{
	color: #f00;
}

.list-txt>p{
	overflow: hidden;
	min-height: 120px;
	color: #666;
	font-size: 18px;
	line-height: 1.8;
}

.list-txt .ljgd{
	color: #000;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:160px;
	height:48px;
	line-height:46px;
	border-radius:23px;
	text-align: center;
	color: #333;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	border: 2px solid #666;
	font-size: 15px;
}

.list-txt .ljgd:hover{
	border: 0px;
	color: #fff;
	background: linear-gradient(90deg, #ff5a5a 0%, #f00 100%);
}

@media (max-width: 767px) {
    .lipstick-mains .lips-title{
		font-size: 22px;
	}
	.lipstick-mains .lips-font18 p{
		font-size: 14px;
	}
	.cpflex{
		flex-direction: column;
	}
	.list-img{
		width: 100%;
		height: 260px;
	}
	.list-txt{
		width: 100%;
		padding: 20px 20px 30px 20px;
	}
	.list-txt .ljgd{
		margin-top: 20px;
		width: 160px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		border: 1px solid #666;
		font-size: 13px;
	}
	.list-txt>p {
		line-height: 28px;
		min-height: 54px;
		font-size: 14px;
	}
	.list-txt h3 {
		font-size: 22px;
		margin-bottom: 12px;
	}
	.cpflextwo {
		flex-direction: column-reverse;
	}
	.list-txt.list-txt-even {
		width: 100%;
		padding: 24px 20px 30px 20px;
	}
        
}


/*ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â*/



/*ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¿*/
.w1560 {
	width: 81%;
	margin: 0 auto;
	max-width: 1400px;
}

.tit-24 {
	line-height: 1.8;
	font-size: 24px;
}

.i-tech {
	padding: 100px 0;
	background: linear-gradient(90deg, #f3f3f3, #f3f3f3);
	position: relative;
	overflow: hidden;
}

.i-tech .wrap {
	margin-left: calc((100% - 1400px) / 2);
	padding-left: 560px;
	display: flex;
	width: calc(100% + 560px);
	overflow: hidden;
	transition: all 2s;
}

.i-tech .wrap.moveLeft {
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	transition: all 1s;
}

.i-tech .wrap .lf {
	width: 560px;
	padding-right: 80px;
	padding-top: 90px;
	position: absolute;
	left:calc((100% - 1400px) / 2);
	top: 100px;
	transition: all 2s;
}

.i-tech .wrap.moveLeft .lf {
	left: -100%;
	opacity: 0;
	overflow: hidden;
}

.i-tech .wrap .lf .tit {
	color: #000;
	line-height: 1;
	width: max-content;
	margin-bottom:32px;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 3px;
}

.i-tech .wrap .lf .sub {
	margin-bottom: .8rem;
}

.i-tech .wrap .lf .cont {
	color: #333;
	line-height: 1.8;
	margin-bottom: 36px;
	width: 94%;
	font-size: 16px;
}

.pub-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width:160px;
	height:48px;
	line-height: 48px;
	text-align: center;
	color: #333;
	border-radius: .6rem;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	border: 2px solid #666;
}

.pub-more:hover {
	background: linear-gradient(90deg, #333 0%, #333 100%);
	color: #FFFFFF;
	border: 0px;
}

.pub-more:hover::after {
	opacity: 0;
}

.i-tech .wrap .i-tech-swiper {
	margin: 0;
	transition: all 2s;
}

.i-tech .wrap.moveLeft .i-tech-swiper {
	margin: 0 auto;
}

.i-tech .wrap .i-tech-swiper .i-tech-button-prev,
.i-tech .wrap .i-tech-swiper .i-tech-button-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #000;
	color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.i-tech .swiper-button-next:after,
.i-tech .swiper-button-prev:after {
	color: #000 !important;
}

.i-tech .wrap .i-tech-swiper .i-tech-button-prev {
	left:  calc(((100% - 1400px) / 2 ) - 110px);
	opacity: 0;
	pointer-events: inherit;
	cursor: pointer;
	transition: all 1s;
}

.i-tech .wrap .i-tech-swiper .i-tech-button-next {
	right: calc(((100% - 1400px) / 2 ) - 110px);
}

.i-tech .wrap .i-tech-swiper .i-tech-button-prev:after,
.i-tech .wrap .i-tech-swiper .i-tech-button-next:after {
	font-size: 15px;
    font-weight: 400;
	line-height: 1;
}

.i-tech .wrap.moveLeft .i-tech-button-prev {
	opacity: 1 !important;
}

.i-tech .swiper-button-next.swiper-button-disabled,
.i-tech .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide {
	width:calc(92% / 3);
	height: max-content;
	margin-right: 4%;
	border-radius: 20px;
	overflow: hidden;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide:nth-last-of-type(1) {
	margin-right: 0%;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .pic {
	width: 100%;
	transition: all .3s ease-in-out;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .pic img {
	display: block;
	max-width: 100%;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));
	opacity: 0;
	transition: all .3s;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide:hover::after {
	opacity: 1;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .tit {
	position: absolute;
	top: 50px;
	left: 50px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 2;
	line-height: 1.5;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .tit span {
	background: linear-gradient(90deg, #225EB7 0%, #7DE3E3 99.04785%);
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .piczh {
	position: absolute;
	top: 110px;
	left: 50px;
	width: calc(100% - 100px);
	color: #FFFFFF;
	font-weight: bold;
	z-index: 2;
	line-height: 1.5;
}

.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .piczh p {
	font-size: 16px;
	font-weight: 100;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
}

@media (max-width: 1700px){
	.i-tech .wrap .i-tech-swiper .i-tech-button-prev{
		left: calc(((100% - 1400px) / 2 ) - 10px);
	}
	.i-tech .wrap .i-tech-swiper .i-tech-button-next {
		right: calc(((100% - 1400px) / 2 ) - 10px);
	}
}
@media (max-width: 1400px) { 
	.i-tech .wrap{
		width: calc(100% + 340px);
		padding-left: 400px;
	}
	.i-tech .wrap .lf{
		padding-top: 20px;
		left:2%;
		width: 340px;
		padding-right: 40px;
	}
	.i-tech .wrap .lf .tit{
		margin-bottom: 24px;
	}
	.i-tech .wrap .lf .cont{
		width: 100%;
		margin-bottom: 20px;
	}
    .i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .piczh{
		left: 40px;
        width: calc(100% - 80px);
	}

}
@media (max-width: 1200px) {
	.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .tit {
		font-size: 18px;
	}

	.tit-15 {
		font-size: 12px;
	}
}

@media (max-width: 1280px) {
	.i-tech .wrap .lf .cont {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {

	.i-pro .wrap .box .lf {
		padding-top: 0;
		padding-right: .5rem;
	}

	.i-tech {
		padding: 50px 4%;
	}

	.i-tech .wrap {
		padding-left: 0;
		flex-wrap: wrap;
		width: 100%;
		margin-left: 0;
	}

	.i-tech .wrap .lf {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		margin-bottom: 36px;
	}

	.i-tech .wrap .lf .cont {
		width: 74%;
	}

	.i-tech .wrap .i-tech-swiper {
		width: 100%;
	}

	.i-tech .wrap.moveLeft .lf {
		left: 0;
		opacity: 1;
	}

	.i-light .wrap .cont {
		width: 70%;
	}

	.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .tit {
		top: 32px;
		left: 32px;
	}

	.i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .piczh {
		top: 70px;
		left: 32px;
		width: calc(100% - 64px);
	}
}

@media (max-width: 767px) {
	.i-tech{
		padding: 40px 4%;
	}
	.i-tech .wrap .lf .tit{
		margin-bottom: 20px;
		font-size: 22px;
	}
	.i-tech .wrap .lf .cont{
		margin-bottom: 24px;
	}
    .i-tech .wrap .i-tech-swiper .swiper-container .swiper-slide .piczh p{
		font-size: 14px;
		color: rgba(255, 255, 255,1);
	}

	.i-tech .wrap .i-tech-swiper .i-tech-button-prev,
	.i-tech .wrap .i-tech-swiper .i-tech-button-next {
		display: none;
	}

	.i-tech .wrap .lf {
		padding-top: 0;
		padding-right: 0;
	}

	.i-tech .wrap .lf .cont {
		width: 100%;
	}

	.i-tech .wrap .i-tech-swiper .i-tech-container .swiper-slide {
		width: 75%;
		height: auto;
	}

	.i-tech .wrap .i-tech-swiper .i-tech-button-prev {
		left: auto;
		right: 2.9rem;
	}

	.pub-more {
		margin-top: 24px;
		width: 120px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		border: 1px solid #666;
	}

	.i-tech .wrap .lf .more::after {
		padding: 1px;
	}
}

@media (max-width:580px) {
	.lipstick-list1 {
		padding-top: 0px;
	}

	.lipstick-list1 .lips-font18 {
		margin: 10px auto 20px;
	}

	.list1-fla {
		margin-top: 24px;
		width: 160px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		border: 1px solid #666;
		margin-bottom: 20px;
	}

	.list2-fla {
		margin-top: 24px;
		width: 160px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		border: 1px solid #fff;
		font-size: 13px;
	}

	.list2-fla:after {
		line-height: 36px;
		border-radius: 18px;
		border-width: 1px;
		padding: 1px;
	}
	.lipstick-list1 .cir-item, .lipstick-list2 .cir-item{
		margin-bottom: 2px;
	}

}



.ggtitle_box {
	display: flex;
	align-items: center;
}

.ggtitle_line {
	width: 18px;
	height: 3px;
	background-color: #f00f00;
}

.ggtitles {
	font-size: 36px;
	color: #333333;
	font-weight: 400;
	margin-left: 16px;
}


/*ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¿Ãƒâ€ Ã¢â‚¬â„¢*/
.news {
	margin-top: 100px;
}

.newstitler {
	display: flex;
}

.newstitler_box>a {
	color: #666;
	text-transform: capitalize;
	padding: 0 30px;
	line-height: 27px;
}

.newstitler_box>a:hover {
	color: #f00f00;
}

.newstitler_a i {
	font-size: 18px;
	padding-left: 30px;
	line-height: 27px;
}

.newsct {
	margin-top: 40px;
}

.newsct_l {
	padding-right: 120px;
}

.newsct_lsj {
	height: 50px;
	line-height: 47px;
	text-align: right;
	border-bottom: 2px solid #333333;
	font-size: 20px;
	color: #333333;
}

.newsct_lh {
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsct_lp {
	margin-top: 15px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
	line-height: 1.8;
}

.newsct_limg {
	margin-top: 35px;
	height: 328px;
	overflow: hidden;
}

.newsct_limg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}

.newsct_l:hover .newsct_lh {
	color: #f00f00;
	padding-left: 4px;
}

.newsct_l:hover .newsct_limg img {
	transform: scale(1.1);
}

.newsct_r .newsct_ritem {
	height: 182px;
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 30px;
}

.newsct_ritembox {
	width: 100%;
}

.newsct_ritembox_title {
	display: flex;
	justify-content: space-between;
}

.newsct_ritembox_titleh {
	flex: 1;
	font-size: 20px;
	color: #333;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

.newsct_ritembox_titlesj {
	margin-left: 25px;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}

.newsct_ritembox_p {
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
	line-height: 1.8;
	font-size: 16px;
}

.newsct_r .newsct_ritem:hover .newsct_ritembox_titleh {
	color: #f00f00;
	padding-left: 4px;
}

.newsct_r .newsct_ritem:hover {
	border-bottom-color: #fff;
}

.newsct_ritem.hvr-underline-from-left::before {
	height: 1px;
	background-color: #f00f00;
	bottom: 0px;
}


@media screen and (max-width:1200px) {

	/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â» */
	.newsct_r .newsct_ritem {
		padding-bottom: 20px;
	}

	.news {
		margin-top: 60px
	}

	.newsct {
		margin-top: 10px;
	}

	.newsct_l {
		padding-right: 50px;
	}

	.newsct_lh {
		margin-top: 20px;
	}

	.newsct_lp {
		margin-top: 8px;
	}

	.newsct_limg {
		margin-top: 15px;
		height: 278px;
	}

	.newsct_ritembox_p {
		margin-top: 5px;
	}

	.newsct_r .newsct_ritem {
		height: 150px;
	}

}

@media screen and (max-width:992px) {

	.news {
		margin-top: 50px;
	  }
	  .newsct_l {
		padding-right: 0;
	  }
	  .newsct_r {
		margin-top: 20px;
	  }
	  .newstitler_a {
		display: none;
	  }
	  .newstitler {
		width: 100%;
	  }
	  .newstitler_box {
		width: 100%;
		display: flex;
		display: none
	  }
	  .newstitler_box > a {
		flex: 1;
		padding: 10px;
		text-align: center;
		font-size: 20px;
		color: #333;
	  }
	  .newsct {
		margin-top: 15px;
	  }
	  .newsct_lsj {
		font-size: 18px;
	  }
	  .newsct_lh {
		font-size: 18px;
		margin-top: 30px;
	  }
	  .newsct_lp {
		margin-top: 0;
		font-size: 14px;
		line-height: 20px;
	  }
	  .newsct_limg {
		margin-top: 20px;
		height: 200px;
	  }
	  .newsct_r .newsct_ritem {
		height: 120px;
		align-items: center;
		padding-bottom: 0;
	  }
	  .newsct_ritembox_titleh {
		font-size: 18px;
	  }
	  .newsct_ritembox_titlesj {
		font-size: 18px;
	  }
	  .newsct_ritembox_p {
		margin-top: 0;
		font-size: 14px;
		line-height: 18px;
	  }
}

@media screen and (max-width: 768px){

	.newsct_lsj {
		display: none;
	}
	.ggtitles {
		font-size: 22px;
		margin-left: 10px;
	}
	
/* 新闻中心*/
.newstitler_box > a {
    font-size: 16px;
    padding: 10px 0;
  }
  .newsct_lsj {
    display: none;
  }
  .newsct_l {
    border-top: 3px solid #333;
    padding-right: 0;
  }
  .newsct_lh, .newsct_ritembox_titleh, .newsct_ritembox_titlesj {
    font-size: 16px;
  }
  .newsct_lh {
    margin-bottom: 10px
  }
  .newsct_lp, .newsct_ritembox_p {
    font-size: 12px;
    line-height: 20px;
  }
  .newsct_limg {
    height: 160px;
  }
  .newsct_r .newsct_ritem {
    height: 100px;
  }
}



.w1140 {
	width: 1140px;
	margin: auto;
}
.bgf6 {
    background: #f6f6f6;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.poa100 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1270px){
	 .w1140 {
		width: 92%;
	}
}